home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software USA 4 #10
/
Software USA Volume 4.10.iso
/
pc
/
lifestyl
/
politic
/
run
/
pc.exe
/
0
/
RCDATA
/
TPCFORM
/
TPCFORM.txt
< prev
Wrap
Text File
|
1996-09-07
|
3KB
|
129 lines
object PCForm: TPCForm
Left = 187
Top = 100
Width = 412
Height = 61
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
BorderIcons = [biSystemMenu]
Caption = 'Politically Correct'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Menu = mnuMain
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object StatusPanel: TPanel
Left = 0
Top = 0
Width = 404
Height = 17
Hint = 'Status Display'
Align = alBottom
Alignment = taLeftJustify
BevelOuter = bvLowered
BorderStyle = bsSingle
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object dlgInputFile: TOpenDialog
DefaultExt = 'TXT'
FileEditStyle = fsEdit
FileName = '*.txt'
Filter = 'Text Files (*.txt)|*.txt|Read me|*.me;*.1st'
InitialDir = 'C:\My Documents'
Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
Title = 'Choose Document to PC'
Left = 264
Top = 65528
end
object mnuMain: TMainMenu
Left = 288
Top = 65528
object mnuFile: TMenuItem
Caption = '&Process'
ShortCut = 0
object mnuOpen: TMenuItem
Caption = '&Choose file to PC'
Default = True
ShortCut = 0
OnClick = mnuOpenClick
end
object N1: TMenuItem
Caption = '-'
ShortCut = 0
end
object mnuSelect: TMenuItem
Caption = '&Select Library'
ShortCut = 0
OnClick = mnuSelectClick
end
object mnuLockFile: TMenuItem
Caption = '&Lock Library File'
ShortCut = 0
OnClick = mnuLockFileClick
end
object N2: TMenuItem
Caption = '-'
ShortCut = 0
end
object mnuQuit: TMenuItem
Caption = '&Quit'
ShortCut = 0
Visible = False
OnClick = mnuQuitClick
end
end
object mConfigure: TMenuItem
Caption = '&Configure'
ShortCut = 0
OnClick = mConfigureClick
end
object mnuExit: TMenuItem
Caption = 'E&xit'
ShortCut = 0
OnClick = mnuExitClick
end
object mnuSpacer1: TMenuItem
Caption = ' '
ShortCut = 0
end
object mnuAbout: TMenuItem
Caption = '&About'
ShortCut = 0
OnClick = mnuAboutClick
end
end
object dlgSaveFile: TSaveDialog
DefaultExt = 'PC'
FileEditStyle = fsComboBox
Filter = 'Politically CorrectED document|PC.*.*'
Options = [ofOverwritePrompt, ofHideReadOnly]
Title = 'Save PCed Document as...'
Left = 312
Top = 65528
end
object dlgINIFile: TOpenDialog
DefaultExt = 'LIB'
FileEditStyle = fsEdit
FileName = 'PC'
Filter =
'PC Library File (*.lib)|*.lib|All files (*.*)|*.*|Configuration ' +
'Files|*.cfg'
Options = [ofPathMustExist, ofCreatePrompt, ofNoNetworkButton]
Title = 'Select Library File'
Left = 232
Top = 65528
end
end